PgSqlRangeType<T> Class Members
In This Topic
The following tables list the members exposed by PgSqlRangeType<T>.
Public Properties
| Name | Description |
| IsEmpty | Gets a value indicating whether the PgSqlRangeType<T> is an object, representing an empty range. |
| IsLowerBoundInclusive | Indicates whether the lower bound of the current range is inclusive. |
| IsLowerBoundInfinity | Indicates whether the lower bound of the current range is infinity (the current range includes any value less than the upper bound). |
| IsNull | Gets a value indicating whether the PgSqlRangeType<T> is an object, representing a NULL value. |
| IsUpperBoundInclusive | Indicates whether the upper bound of the current range is inclusive. |
| IsUpperBoundInfinity | Indicates whether the upper bound of the current range is infinity (the current range includes any value greater than the lower bound). |
| LowerBound | Gets or sets the lower bound of the range. |
| UpperBound | Gets or sets the upper bound of the range. |
Top
Public Methods
Public Operators
See Also